Skip to content

bugfix(sentry): Prevent access violation from UI component initialization on non-UI thread#499

Merged
x64-dev merged 1 commit intomainfrom
seer/fix/sentry-non-ui-thread-crash
May 7, 2026
Merged

bugfix(sentry): Prevent access violation from UI component initialization on non-UI thread#499
x64-dev merged 1 commit intomainfrom
seer/fix/sentry-non-ui-thread-crash

Conversation

@seer-by-sentry
Copy link
Copy Markdown

@seer-by-sentry seer-by-sentry Bot commented May 7, 2026

Fixes CLIENT-4GH. The issue was that: Sentry SDK's early initialization attempts to access Windows UI components from a non-UI thread, causing a fatal access violation.

  • Disabled the Sentry crash handler backend by setting it to null.
  • Prevents an access violation that occurs when Sentry attempts to initialize Windows UI components (e.g., SystemNavigationManagerStatics::GetForCurrentView) on a non-UI thread during sentry_init().

This fix was generated by Seer in Sentry, triggered by x64-dev. 👁️ Run ID: 13885659

Not quite right? Click here to continue debugging with Seer.

@seer-by-sentry seer-by-sentry Bot requested a review from x64-dev May 7, 2026 21:32
@x64-dev x64-dev marked this pull request as ready for review May 7, 2026 21:32
@x64-dev x64-dev merged commit 5e4a531 into main May 7, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant